clipboard: Reimplement Wayland clipboard using vfuncs
authorBenjamin Otte <otte@redhat.com>
Tue, 20 Aug 2013 13:35:58 +0000 (15:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Aug 2013 14:34:29 +0000 (16:34 +0200)
commite38e47d7d38f21aa62ebe7580c6250f327593ef2
tree3e9eccf1696967949513dce32ec30ec2aaeaef83
parentaee5bcf9e2dabc1eb21280be2c42a1ac9b5ac39d
clipboard: Reimplement Wayland clipboard using vfuncs

This way, the Wayland and the regular clipboard implementation can both
be compiled in and selected based on the display in use.

One thing potentially broken now is text mime type handling as Wayland
seemed to use different mime types in some places.
gtk/Makefile.am
gtk/gtkclipboard-wayland.c
gtk/gtkclipboard-waylandprivate.h [new file with mode: 0644]
gtk/gtkclipboard.c